docs: Small revision of input handling overview
authorMatthias Clasen <mclasen@redhat.com>
Wed, 15 Apr 2020 12:07:48 +0000 (08:07 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 15 Apr 2020 12:08:12 +0000 (08:08 -0400)
Remove a vestigial touch events section.

docs/reference/gtk/input-handling.xml

index 4399d04325d3bb2c311ea524f179cc4a69634820..4a313b08aeb4fad553b8d1a94686ebc8866318d0 100644 (file)
      between different events by looking at their type, using
      gdk_event_get_event_type().
     </para>
+    <para>
+      Some events, such as touch events or button press-release pairs,
+      are connected in to each other in an “event sequence” that
+      univocally identifies events that are related to the same
+      interaction.
+    </para>
     <para>
       When GTK creates a GdkSurface, it connects to the #GdkSurface::event
       signal on it, which receives all of these input events. Surfaces have
     </para>
   </refsect2>
 
-  <refsect2>
-    <title>Touch events</title>
-
-    <para>
-      Touch events are emitted as events of type %GDK_TOUCH_BEGIN,
-      %GDK_TOUCH_UPDATE or %GDK_TOUCH_END, those events contain an
-      “event sequence” that univocally identifies the physical touch
-      until it is lifted from the device.
-    </para>
-  </refsect2>
-
   <refsect2>
     <title>Keyboard input</title>